home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.1 (Developer) [x86] / NeXT Step 3.1 Intel dev.cdr.dmg / NextDeveloper / Examples / AppKit / Backspace / BoinkWraps.psw < prev    next >
Encoding:
Text File  |  1991-08-30  |  134 b   |  8 lines

  1. defineps colorLine(float x1, y1, x2, y2, hue, brightness)
  2.  
  3.         hue 1 brightness sethsbcolor
  4.         x1 y1 moveto
  5.         x2 y2 lineto stroke
  6.  
  7. endps
  8.